Labels:text | screenshot | font | number | line | document OCR: Parameter Description REFCLSID rclsid Class identifier. This has already been defined for you in MkTypLib's header file (example: CLSID_CMy JavaControl) LPUNKNOWN pUnkOuter A pointer for aggregate mapping. Specify NULL for Java controls. DWORD dwClsContext Context for running executable code: Specify CLSCTX INPROC SERVER for Java controls REFIID rid Interface identifier. This has already been defined for you in MkTypLib's header file [example: IID IMy JavaControl). LPVOID ppy Pointer to storage of interface identifier [see the following example). Figure 13: CoCreateinstance's five parameters: